body {
    position: initial !important;
    min-height: 100%;
}
@media (max-width: 1500px) {

    html body .topnav {
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }

}

@media (max-width: 1500px) {

    html body .rv-module {
        margin-top: 85px;
    }

}

@media (max-width: 1400px) {

    html body .rv-module {
        width: calc(100% - 50px) !important;
    }

}

@media (max-width: 1100px) {

    body div.rv-module {
        margin-top: 135px;
    }
    
    html body div.rv-content, html body div.rv-module {
        width: calc(100% - 51px) !important;
        padding: 0 !important;
    }

}

@media (max-width: 400px) {

    body div.rv-content, body div.rv-module {
        margin: 0 auto !important;
        margin-top: 160px !important;
    }

}